home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d20 / vmgr112.arc / VOTEMGR.CTL < prev    next >
Text File  |  1991-09-17  |  6KB  |  203 lines

  1. ; votemgr will search its home directory for the file called VOTEMGR.CTL
  2. ;
  3. ; VOTEMGR.CTL structure
  4. ;
  5. ;      . general options
  6. ;      . receipt text files
  7. ;      . voting definition block structure
  8. ;
  9. ;
  10. ; Note: paths MUST be terminated with a backslash '\'
  11. ;
  12. ; Notation:     <...>   one item
  13. ;               {...}   one or more items
  14. ;               [<...>] optional item
  15. ;
  16. ;
  17. ; ---------------------------------------------------------------------
  18. ; general options
  19. ; ---------------------------------------------------------------------
  20.  
  21. ; user name and registration key
  22. ; USERCODE <1stname_lastname> [<regkey>]
  23. usercode Carlos_Terre
  24.  
  25. ; your address
  26. ; ADDRESS  z:net/node[.point]
  27. address 2:343/108.1
  28.  
  29. ; your net mail directory (-.MSG files)
  30. ; NETMAIL  <path>
  31. netmail c:\fd\mail\net\
  32.  
  33. ; your work directory. this is where votemgr will store results,
  34. ; temporary files, as well as semaphore files.
  35. ; defaults to the directory where votemgr.exe is stored.
  36. ; [WORKPATH <path>]
  37. workpath c:\vote\work\
  38.  
  39. ; your inbound directory. this is where packets with results
  40. ; will be created for tossing into your message base for later export.
  41. ; [INBOUND  <path>]
  42. inbound c:\fd\file\
  43.  
  44. ; your origin line for votemgr packets
  45. ; [ORIGINLINE
  46. ; <origin_line>]
  47. originline
  48. # democracy made easy : votemgr #
  49.  
  50. ; default 'moving' directory. messages addressed to votemgr will be
  51. ; moved to this directory unless other directory is later specified
  52. ; [MOVEPATH <path>]
  53. movepath c:\vote\msg\
  54.  
  55. ; file for logging votemgr activities
  56. ; [LOGFILE  <file_spec>]
  57. logfile c:\vote\votemgr.log
  58.  
  59. ; receipt message status
  60. ; p-private; k-kill; h-hold; c-crash; s-sent; d-direct
  61. ; note that if you don't want votemgr to send messages you must flag
  62. ; them as SENT
  63. ; [STATUS   {pkhcsd}]
  64. status pk
  65.  
  66. ; if you want to erase processed messages. default is to flag them Rcvd
  67. ; note that those messages subject to be moved will -not- be erased
  68. ; even if you set killprocessed.
  69. ; [KILLPROCESSED]
  70. ;killprocessed
  71.  
  72. ; ---------------------------------------------------------------------
  73. ; receipt text files
  74. ; ---------------------------------------------------------------------
  75. ; these files should contain plain vanilla ASCII texts
  76. ;
  77. ; NOTE!!! These files are OPTIONAL and you DON'T NEED to use them!!!
  78. ;
  79.  
  80. ; "active votings" heading
  81. ; [ACTIVETXT <file_spec>]
  82. ;activetxt c:\vote\active.txt
  83.  
  84. ; "valid choices" heading
  85. ; [CHOICESTXT <file_spec>]
  86. ;choicestxt c:\vote\choices.txt
  87.  
  88. ; "return receipt" text
  89. ; [RECEIPTTXT <file_spec>]
  90. ;receipttxt c:\vote\receipt.txt
  91.  
  92. ; "duplicate vote" text
  93. ; [DUPLICATETXT <file_spec>]
  94. ;duplicatetxt c:\vote\duplic.txt
  95.  
  96. ; "not a valid choice" text
  97. ; [ERRCHOICETXT <file_spec>]
  98. ;errchoicetxt c:\vote\errchoi.txt
  99.  
  100. ; "not an active voting" text
  101. ; [ERRVOTTXT <file_spec>]
  102. ;errvottxt c:\vote\errvot.txt
  103.  
  104. ; "not validated for this voting" text
  105. ; [ERRVOTTXT <file_spec>]
  106. ;errvaltxt c:\vote\errval.txt
  107.  
  108. ; "ballot received too late"
  109. ; [TOOLATETXT <file_spec>]
  110. ;toolatetxt c:\vote\toolate.txt
  111.  
  112. ; "ballot received too soon"
  113. ; [TOOSOONTXT <file_spec>]
  114. ;toosoontxt c:\vote\toosoon.txt
  115.  
  116. ; ---------------------------------------------------------------------
  117. ; voting definition block structure
  118. ; ---------------------------------------------------------------------
  119. ; this block can be repeated as many as 25 times, defining 25 different
  120. ; votings
  121.  
  122. ; definition block starter
  123. ; electname must be a valid DOS file name (max 8 chars)
  124. ; DEFINE <electname>
  125. define NEC343
  126.  
  127. ; validate statements allow you to specify who is allowed to vote.
  128. ; ALL macro is supported; read documentation for more details on this.
  129. ;
  130. ; VALIDATE <address [{address}]>
  131. ; [{VALIDATE <address [{address}]>}]
  132. validate 2:343/all.0
  133.  
  134. ; reject statements allow you to specify who is -not- allowed to vote.
  135. ; this statement is used to make exceptions to global validations.
  136. ; ALL macro is supported.
  137. ;
  138. ; REJECT <address [{address}]>
  139. ; [{REJECT <address [{address}]>}]
  140. reject 2:343/0 2:343/100 2:343/200 2:343/300 2:343/800
  141.  
  142. ; area tag of the echomail area for which packets will be created
  143. ; [AREA <area_tag>]
  144. area SYSOP343
  145.  
  146. ; first day of ballot processing (ballots received previous to this
  147. ; date will be ignored, and addressee will be notified)
  148. ; FROMDATE <mm/dd/yyyy>
  149. fromdate 05/10/1991
  150.  
  151. ; last day of ballot processing (ballots received after this date will
  152. ; be ignored, and addressee will be notified)
  153. ; TODATE <mm/dd/yyyy>
  154. todate 05/30/1991
  155.  
  156. ; directory where ballots (and only ballots) FOR THIS VOTING will be moved to
  157. ; [MOVEPATH <path>]
  158. movepath c:\vote\nec343\
  159.  
  160. ; hides names and addresses when reporting results FOR THIS VOTING
  161. ; [PRIVATE]
  162. ;private
  163.  
  164. ; accept NULL ballots (ballots with a vote for an unknown choice)
  165. ; anything but listed choices will be considered "null" choices
  166. ; otherwise a receipt message is generated and ballot is not computed
  167. ; [NULLOK]
  168. ;nullok
  169.  
  170. ; accept UNLISTED choices in ballots (ballots with a vote for an unknown choice)
  171. ; activate this option if you want to accept unlisted choices
  172. ; otherwise a receipt message is generated and ballot is not computed
  173. ; [UNLISTEDOK]
  174. ;unlistedok
  175.  
  176. ; description of the voting to be displayed when listed
  177. ; [INFOTXT <file_spec>]
  178. ;infotxt c:\vote\necinfo.txt
  179.  
  180. ; heading for results. this text defaults to INFOTXT
  181. ; [RESULTTXT <file_spec>]
  182. ;resulttxt c:\vote\necresul.txt
  183.  
  184. ; list of valid choices for the voting. only one choice per line.
  185. ; choices MUST not contain spaces ' ' but rather underscores '_'
  186. ; up to 100 different choices can be defined
  187. ; CHOICES
  188. ; ...
  189. ; ENDCHOICES
  190. choices
  191. Carlos_Terre
  192. Miquel_Piulats
  193. Tirs_Abril
  194. Quim_Balletbo
  195. endchoices
  196.  
  197. ; definition block END marker
  198. ; ENDDEF
  199. enddef
  200.  
  201. ; ---------------------------------------------------------------------
  202.  
  203.